root/wmdemo/Makefile.in

Revision 805477a3e8c4bccbd90c78e829870267c783904b, 305 bytes (checked in by dsmith <dsmith@…>, 5 years ago)

Merge libcwiid rename into trunk

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@83 918edb2d-ff29-0410-9de2-eb38e7f22bc7

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