No longer trap fatal signals
[notion/jeffpc.git] / utils / ion-completefile / Makefile
blobe67f2b53691c60bbd08d737d9b40048bf4e62f63
1 ##
2 ## Notion ion-completefile Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=../..
7 include $(TOPDIR)/build/system-inc.mk
9 ######################################
11 EXTRA_EXECUTABLE = ion-completefile
13 SOURCES=ion-completefile.c
15 LIBS += $(LIBTU_LIBS)
16 INCLUDES += $(LIBTU_INCLUDES)
17 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
19 ######################################
21 include $(TOPDIR)/build/rules.mk
23 ######################################
25 _install: executable_install