18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
|
/* installation directory is the combination of $(DESTDIR) and $(BINDIR)*/
|
||
|
DESTDIR = /usr/local
|
||
|
BINDIR = /bin
|
||
|
|
||
|
XPMLIB = -L/usr/lib/X11 -lXpm -lm
|
||
|
DEPLIBS = $(DEPXLIB)
|
||
|
|
||
|
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
|
||
|
|
||
|
LINTLIBS = $(LINTXLIB)
|
||
|
|
||
|
EXTRA_DEFINES = -Debug /* CFLAGS = -Debug */
|
||
|
|
||
|
SRCS = wmload.c
|
||
|
OBJS = wmload.o
|
||
|
|
||
|
ComplexProgramTarget(wmload)
|