root/branches/dev/wmgui/Makefile.in

Revision 83, 394 bytes (checked in by dsmith, 2 years ago)

Merge libcwiid rename into trunk

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         -DCWIID_VERSION=\"${PACKAGE_VERSION}\"
11 LDFLAGS += -L@top_builddir@/libcwiid
12 LDLIBS += @GTK_LIBS@ -lm -lcwiid
13 INST_DIR = @bindir@
14
15 include $(COMMON)/include/app.mak
16
17 distclean: clean
18         rm Makefile
19
20 .PHONY: distclean
Note: See TracBrowser for help on using the browser.