root/branches/dev/wmdemo/Makefile.in

Revision 83, 305 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 = wmdemo
6
7 SOURCES = wmdemo.c
8
9 CFLAGS += -I@top_builddir@/libcwiid
10 LDFLAGS += -L@top_builddir@/libcwiid
11 LDLIBS += -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.