File: Imakefile

package info (click to toggle)
ascdc 0.3-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 444; ansic: 350
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12

XPMLIB = -L/usr/X11R6/lib -lXpm   
DEPLIBS = $(DEPXLIB) 

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)  

LINTLIBS = $(LINTXLIB)

SRCS = ascdc.cpp
OBJS = ascdc.o

ComplexProgramTargetNoMan(ascdc)