minimal autotools project with bootstrapbuild.sh launch

This commit is contained in:
philippe lhardy
2018-06-07 22:28:36 +02:00
parent eb6760280f
commit 89d6631f67
7 changed files with 90 additions and 0 deletions

11
c/Makefile.am Normal file
View File

@@ -0,0 +1,11 @@
# This Makefile.am is REALLY where changes should be done
bin_PROGRAMS = laby
laby_SOURCES = allaby_reader.c allaby_main.c
laby_CPPFLAGS = $(ARTLOG_CPPFLAGS) $(ALEXPANDER_CPPFLAGS)
# in LDADD and not in LDFLAGS to be linked AFTER
laby_LDADD = $(ARTLOG_LDFLAGS) $(ALEXPANDER_LDFLAGS)