File: Imakefile

package info (click to toggle)
wmload 0.9.2-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 76 kB
  • ctags: 50
  • sloc: ansic: 392; makefile: 30
file content (15 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* installation directory is "BINDIR = /usr/X11R6/bin" by default */

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

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)  

LINTLIBS = $(LINTXLIB)

EXTRA_DEFINES = -Debug         /* CFLAGS = -Debug */

SRCS = wmload.c
OBJS = wmload.o

ComplexProgramTarget(wmload)