Makefile next attempt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-09-05 13:59:23 +00:00
parent 5b011451bd
commit f3cb6592e9
10 changed files with 139 additions and 95 deletions

View File

@@ -61,18 +61,18 @@ DJPEG_PROG =
GIFTOPNM_PROG =
NETPBM_PATH =
# Base directories for installation
prefix = @prefix@
exec_prefix = @exec_prefix@
# Directory in which to install scripts.
#bindir = @bindir@
# Directory in which to install headers
includedir = @includedir@
# Directory in which to install library files.
datadir = @datadir@
acdatadir = $(datadir)/autoconf
# Directory in which to install library files
libdir = @libdir@
# Directory in which to install documentation info files.
infodir = @infodir@
# Directory in which to install executable files
bindir = @bindir@
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@

View File

@@ -25,9 +25,9 @@ s|*AWK*|@AWK@|g
s|*LN_S*|@LN_S@|g
s|*prefix*|@prefix@|g
s|*exec_prefix*|@exec_prefix@|g
s|*libdir*|@libdir@|g
s|*bindir*|@bindir@|g
s|*datadir*|@datadir@|g
s|*infodir*|@infodir@|g
s|*includedir*|@includedir@|g
s|*X_CFLAGS*|@X_CFLAGS@|g
s|*X_LIBS*|@X_LIBS@|g
s|*X_EXTRA_LIBS*|@X_EXTRA_LIBS@|g