m2.alobe/src/Makefile.am
glenux 5ca782e8b1 alobe: inital import (test).
git-svn-id: https://websvn.glenux.net/svn/Upoc/alobe/trunk@1348 eaee96b3-f302-0410-b096-c6cfd47f7835
2009-05-02 07:36:25 +00:00

85 lines
1.3 KiB
Makefile

#AM_YFLAGS = -d -v
SUBDIRS = .
bin_PROGRAMS = alobe testfifo testlist
testfifo_SOURCES = \
fifo.c \
testfifo.c
testfifo_SOURCES += \
fifo.h \
units.h
testlist_SOURCES = \
list.c \
testlist.c
testlist_SOURCES += \
list.h \
units.h
alobe_SOURCES = \
alobe.c \
config.c \
connexcomponent.c \
console.c \
defi.c \
degree.c \
degenerator.c \
distance.c \
fifo.c \
filter.c \
generator.c \
list.c \
nodeset.c \
progressindicator.c \
store.c
alobe_SOURCES += \
alobe.h \
config.h \
connexcomponent.h \
console.h \
degree.h \
defi.h \
degenerator.h \
distance.h \
fifo.h
filter.h \
generator.h \
list.h \
nodeset.h \
progressindicator.h \
store.h \
units.h
EXTRA_DIST = mini.0.20 mini.0.60
INCLUDES= -I../lib/ -I./ -I/usr/include
#BUILT_SOURCES = source_parser.h source_lexer.cc
# LEXLIB@
# libyalag.la
# miniftpc_INCLUDE = a
#rapemode_LDADD =
#ytem_LDFLAGS = -L../lib -L../lib/.libs @LDFLAGS@
#iytem_LDADD = \
# ${top_builddir}/src/lib/ytemgrapher/libytemgrapher.la \
# ${top_builddir}/src/lib/ytempert/libytempert.la
# -pg -> profiling
# -mcpu=G4 -maltivec
#AM_CXXFLAGS = -mcpu=G4 -maltivec
#-fprofile-generate -fprofile-use
#AM_CFLAGS = -mcpu=G4 -maltivec
#-fprofile-generate -fprofile-use
alobe_LDFLAGS = @LDFLAGS@ -lz