merci qui ?
This commit is contained in:
parent
697491319f
commit
7592ab5314
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
noinst_LIBRARIES = libPCommon.a
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
YACC = @YACC@ -d
|
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
|
bin_PROGRAMS = ocp
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
bin_PROGRAMS = ocr
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
noinst_LIBRARIES = libocrPath.a
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
noinst_LIBRARIES = libocrUtil.a
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ xfsm_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
|
||||||
-lFtl -lFks -lFvh -lFsm \
|
-lFtl -lFks -lFvh -lFsm \
|
||||||
-lBdd -lAbl -lAut -lMut
|
-lBdd -lAbl -lAut -lMut
|
||||||
|
|
||||||
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
|
INCLUDES = @INCLUDE_MOTIF@
|
||||||
|
|
||||||
|
|
||||||
xfsm_SOURCES = \
|
xfsm_SOURCES = \
|
||||||
|
|
|
@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ @X_CFLAGS@ -DXPAT_VERSION=\"@XPAT_VERSION@\" \
|
||||||
xpat_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
|
xpat_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
|
||||||
-lPpt -lPhl -lPat -lAut -lMut
|
-lPpt -lPhl -lPat -lAut -lMut
|
||||||
|
|
||||||
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
|
INCLUDES = @INCLUDE_MOTIF@
|
||||||
|
|
||||||
xpat_SOURCES = \
|
xpat_SOURCES = \
|
||||||
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h \
|
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h \
|
||||||
|
|
|
@ -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 \
|
-lScl -lMlu -lMal -lMcl -lMel -lMhl -lMsl -lMvl -lMgl -lMlo -lMut -lMgl -lAbv -lAbe \
|
||||||
-lBdd -lAbl -lAut -lRcn -lm
|
-lBdd -lAbl -lAut -lRcn -lm
|
||||||
|
|
||||||
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
|
INCLUDES = @INCLUDE_MOTIF@
|
||||||
|
|
||||||
xsch_SOURCES = \
|
xsch_SOURCES = \
|
||||||
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c XME_menu.h \
|
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c XME_menu.h \
|
||||||
|
|
|
@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ @X_CFLAGS@ -DXVPN_VERSION=\"@XVPN_VERSION@\" \
|
||||||
xvpn_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
|
xvpn_LDADD = @LIBS@ @X_LIBS@ @LINK_MOTIF@ \
|
||||||
-lVtl -lVvh -lVpd -lVpn -lVbl -lVbh -lVex -lAbl -lAut -lMut -lm
|
-lVtl -lVvh -lVpd -lVpn -lVbl -lVbh -lVex -lAbl -lAut -lMut -lm
|
||||||
|
|
||||||
INCLUDES = @INCLUDES@ @INCLUDE_MOTIF@
|
INCLUDES = @INCLUDE_MOTIF@
|
||||||
|
|
||||||
xvpn_SOURCES = \
|
xvpn_SOURCES = \
|
||||||
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c \
|
LIP6bw.h XME_dialog.c XME_dialog.h XME_edit.c XME_edit.h XME.h XME_menu.c \
|
||||||
|
|
Loading…
Reference in New Issue