configure: create some convenience AC_SUBST's for the global includes
Modify the various makefiles that were doing $(top_builddir)/include/Dt to use them like @DT_INCDIR@, @TT_INCDIR@, etc...
This commit is contained in:
@@ -9,7 +9,7 @@ CLEANFILES = boolyac.h boolyac.c
|
||||
AM_YFLAGS = -d
|
||||
|
||||
libDtSearch_la_CFLAGS = -DI18N_MSG -DMULTIBYTE -I./raima \
|
||||
-I$(top_builddir)/include/Dt
|
||||
@DT_INCDIR@
|
||||
|
||||
|
||||
libDtSearch_la_LIBADD = raima/libraima.la
|
||||
|
||||
@@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libraima.la
|
||||
libraima_la_LIBADD = -lc -lm
|
||||
|
||||
libraima_la_CFLAGS = -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
-I$(top_builddir)/include/Dt \
|
||||
@DT_INCDIR@ \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DNO_TRANS -DUNIX -D_POSIX_SOURCE -DMULTIBYTE
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LTLIBRARIES = libDtEncap.la
|
||||
|
||||
libDtEncap_la_CFLAGS = -DMULTIBYTE -I../include -I../DtUtil2 $(TIRPCINC) \
|
||||
-I$(top_builddir)/include/Dt \
|
||||
@DT_INCDIR@ \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
-DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\"
|
||||
|
||||
@@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LTLIBRARIES = libDtUtil1.la
|
||||
|
||||
libDtUtil1_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
|
||||
-I$(top_builddir)/include/Dt \
|
||||
@DT_INCDIR@ \
|
||||
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LTLIBRARIES = libDtUtil2.la
|
||||
|
||||
libDtUtil2_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
|
||||
-I$(top_builddir)/include/Dt \
|
||||
@DT_INCDIR@ \
|
||||
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DMULTIBYTE -DUSE_XINERAMA $(TIRPCINC)
|
||||
|
||||
Reference in New Issue
Block a user