root/trunk/wmgui/Makefile.in

Revision 137, 352 bytes (checked in by dsmith, 1 year ago)

Added config.h header and with-python configure option

Line 
1 #Copyright (C) 2007 L. Donnie Smith
2
3 include @top_builddir@/defs.mak
4
5 APP_NAME = wmgui
6
7 SOURCES = main.c interface.c support.c
8
9 CFLAGS += @GTK_CFLAGS@ -I@top_builddir@/libcwiid
10 LDFLAGS += -L@top_builddir@/libcwiid
11 LDLIBS += @GTK_LIBS@ -lm -lcwiid
12 INST_DIR = @bindir@
13
14 include $(COMMON)/include/app.mak
15
16 distclean: clean
17         rm Makefile
18
19 .PHONY: distclean
Note: See TracBrowser for help on using the browser.