9694733979
Obtained from [1]. [1] http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool/main/w/wmload/wmload_0.9.2.orig.tar.gz
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)
|