- new Makefile.am for new Alliance install strategy/scripts

This commit is contained in:
Ludovic Jacomme 2004-07-26 19:10:22 +00:00
parent 1c553b5c2f
commit b7d2196bf2
4 changed files with 5 additions and 6 deletions

View File

@ -24,7 +24,7 @@ libSch_la_LDFLAGS = -version-info @SCH_DLL_VERSION@
bin_PROGRAMS = asimut
asimut_LDADD = \
-L${top_builddir} libCst.la libSch.la -lMlu -lMal -lMcl -lMel -lMhl -lMgl -lMsl \
-L. libCst.la libSch.la -lMlu -lMal -lMcl -lMel -lMhl -lMgl -lMsl \
-lMvg -lMlo -lRcn -lBvl -lBhl -lBeh -lPpt -lPhl -lPat -lLog -lMut
asimut_SOURCES = \

View File

@ -9,6 +9,6 @@ libFtl_la_LDFLAGS = -version-info @FTL_DLL_VERSION@
EXTRA_PROGRAMS = fsmtest
fsmtest_LDADD = -L${top_buildir}/src -lFtl -lFks -lFvh -lFsm \
fsmtest_LDADD = -L. -lFtl -lFks -lFvh -lFsm \
-lBdd -lAbl -lAut -lMut
fsmtest_SOURCES = main.c

View File

@ -9,7 +9,7 @@ bin_PROGRAMS = emulbs
CLEANFILES = emul_y.c emul_y.h emul_l.c y.tab.h y.tab.c
INCLUDES = -I$(top_builddir)/src/emulbs -I$(top_srcdir)/src/emulbs
INCLUDES = -I$(srcdir)/../emulbs
emulbs_LDADD = @ALLIANCE_LIBS@ \
-lMpu \

View File

@ -10,11 +10,10 @@ bin_PROGRAMS = pcbs
CLEANFILES = emul_y.c emul_y.h pga_y.c pga_y.h pga_l.c emul_l.c y.tab.c y.tab.h
INCLUDES = -I$(top_builddir)/src/pcbs -I$(top_srcdir)/src/bvl \
-I$(top_srcdir)/src/pcbs
INCLUDES = -I$(srcdir)/../bvl -I$(srcdir)/../pcbs
pcbs_LDADD = \
-L$(top_builddir)/src/bvl -lBvl \
-L../bvl -lBvl \
@ALLIANCE_LIBS@ \
-lMal \
-lMap \