]> git.decadent.org.uk Git - ion3.git/blob - libmainloop/Makefile
Update cfg_kludge_flash for Flash 10
[ion3.git] / libmainloop / Makefile
1 ##
2 ## Libmainloop Makefile
3 ##
4
5 # System-specific configuration is in system.mk
6 TOPDIR=..
7 include $(TOPDIR)/build/system-inc.mk
8
9 ######################################
10
11 INCLUDES += $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
12
13 CFLAGS += $(POSIX_SOURCE) $(XOPEN_SOURCE) $(C99_SOURCE)
14
15 SOURCES = select.c defer.c signal.c hooks.c exec.c
16
17 #MAKE_EXPORTS=mainloop
18
19 TARGETS = libmainloop.a
20
21 ######################################
22
23 include $(TOPDIR)/build/rules.mk
24
25 ######################################
26
27 libmainloop.a: $(OBJS)
28         $(AR) $(ARFLAGS) $@ $+
29         $(RANLIB) $@
30
31 _install: