merci qui ?

This commit is contained in:
Ludovic Jacomme 2002-04-03 16:25:26 +00:00
parent 697491319f
commit 7592ab5314
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/common
INCLUDES = -I$(top_srcdir)/src/common
noinst_LIBRARIES = libPCommon.a

View File

@ -2,7 +2,7 @@
YACC = @YACC@ -d
INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/common -I$(top_srcdir)/src/placer
INCLUDES = -I$(top_srcdir)/src/common -I$(top_srcdir)/src/placer
bin_PROGRAMS = ocp

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include
bin_PROGRAMS = ocr

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include
noinst_LIBRARIES = libocrPath.a

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include
noinst_LIBRARIES = libocrUtil.a

View File

@ -10,7 +10,7 @@ xfsm_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
-lFtl -lFks -lFvh -lFsm \
-lBdd -lAbl -lAut -lMut
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
INCLUDES = @INCLUDE_MOTIF@
xfsm_SOURCES = \

View File

@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ @X_CFLAGS@ -DXPAT_VERSION=\"@XPAT_VERSION@\" \
xpat_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
-lPpt -lPhl -lPat -lAut -lMut
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
INCLUDES = @INCLUDE_MOTIF@
xpat_SOURCES = \
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h \

View File

@ -10,7 +10,7 @@ xsch_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
-lScl -lMlu -lMal -lMcl -lMel -lMhl -lMsl -lMvl -lMgl -lMlo -lMut -lMgl -lAbv -lAbe \
-lBdd -lAbl -lAut -lRcn -lm
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
INCLUDES = @INCLUDE_MOTIF@
xsch_SOURCES = \
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c XME_menu.h \

View File

@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ @X_CFLAGS@ -DXVPN_VERSION=\"@XVPN_VERSION@\" \
xvpn_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
-lVtl -lVvh -lVpd -lVpn -lVbl -lVbh -lVex -lAbl -lAut -lMut -lm
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
INCLUDES = @INCLUDE_MOTIF@
xvpn_SOURCES = \
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c \