]> git.decadent.org.uk Git - ion3.git/blob - utils/ion-completefile/Makefile
[svn-upgrade] Integrating new upstream version, ion3 (20080207)
[ion3.git] / utils / ion-completefile / Makefile
1 ##
2 ## Ion-completefile Makefile
3 ##
4
5 # System-specific configuration is in system.mk
6 TOPDIR=../..
7 include $(TOPDIR)/build/system-inc.mk
8
9 ######################################
10
11 EXTRA_EXECUTABLE = ion-completefile
12
13 SOURCES=ion-completefile.c
14
15 LIBS += $(LIBTU_LIBS)
16 INCLUDES += $(LIBTU_INCLUDES)
17 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
18
19 ######################################
20
21 include $(TOPDIR)/build/rules.mk
22
23 ######################################
24
25 _install: executable_install