diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
| commit | dfc9680e333c3a10fedea103136b03c1ebc1ab2b (patch) | |
| tree | f1db27e2907f46e67270fd1041a4ac0cbcbfde8e /build/Makefile.incl.in | |
| parent | 1e1ee706501584dab74dde04333c712ccd0d7c91 (diff) | |
back to automake
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in deleted file mode 100644 index c420d82b..00000000 --- a/build/Makefile.incl.in +++ /dev/null @@ -1,60 +0,0 @@ -# @configure_input@ - -CC = @CC@ -@SET_MAKE@ -MAKE += --no-print-directory - -CFLAGS = @CFLAGS@ -CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ \ - -DLOCALEDIR=\"$(localedir)\" \ - -DRCDIR=\"$(rcdir)\" \ - -DPLUGINDIR=\"$(plugindir)\" \ - -DENGINEDIR=\"$(enginedir)\" \ - -DDEFAULT_ENGINE=\"openbox\" \ - -DBINARY=\"$(binary)\" -DEFS = @DEFS@ -LIBS = @LIBS@ -LDFLAGS = @LDFLAGS@ - -GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_LIBS = @GLIB_LIBS@ -DG_DISABLE_DEPRECATED - -GMODULE_CFLAGS = @GMODULE_CFLAGS@ -GMODULE_LIBS = @GMODULE_LIBS@ -DG_DISABLE_DEPRECATED - -X_CFLAGS = @X_CFLAGS@ -X_LIBS = @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -XINERAMA_LIBS = @XINERAMA_LIBS@ - -XFT_CFLAGS = @XFT_CFLAGS@ -XFT_LIBS = @XFT_LIBS@ - -FLEX = @FLEX@ -BISON = @BISON@ -INSTALL = @INSTALL@ -LIBTOOL = @LIBTOOL@ - -srcdir = @srcdir@ -top_builddir = . -depdir = .deps - -prefix ?= @prefix@ -exec_prefix ?= @exec_prefix@ - -bindir ?= @bindir@ -libdir ?= @libdir@ -includedir ?= @includedir@ -datadir ?= @datadir@ - -localedir = $(datadir)/locale -enginedir = $(libdir)/openbox/engines -plugindir = $(libdir)/openbox/plugins -rcdir = $(datadir)/openbox -themedir = $(datadir)/openbox/themes - -COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -LINK = $(LIBTOOL) --mode=link $(CC) $(LIBS) -LTCLEAN = $(LIBTOOL) --mode=clean $(RM) -LTRM = $(LIBTOOL) --mode=uninstall $(RM) |
