automake: xpp: remove xpp/Makefile.legacy
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
parent
4cc7df1089
commit
b5b32a438f
@ -1,25 +1,11 @@
|
||||
|
||||
LEGACY_MAKE = \
|
||||
$(MAKE) -f $(srcdir)/Makefile.legacy \
|
||||
top_srcdir=$(top_srcdir) \
|
||||
srcdir=$(srcdir)
|
||||
|
||||
all-local: $(perl_checks)
|
||||
$(LEGACY_MAKE) all
|
||||
|
||||
clean-local:
|
||||
$(LEGACY_MAKE) clean
|
||||
|
||||
install-exec-hook:
|
||||
$(LEGACY_MAKE) install
|
||||
|
||||
# Cannot allow this yet
|
||||
distclean:
|
||||
maintainer-clean:
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
GLOBAL_CFLAGS = -I$(srcdir) -I$(srcdir)/xtalk
|
||||
# FIXME: try to improve code, so we can use $(PEDANTIC)
|
||||
#PEDANTIC = -ansi -pedantic -std=c99
|
||||
GLOBAL_CFLAGS = -I$(srcdir) -I$(srcdir)/xtalk $(PEDANTIC)
|
||||
|
||||
if PERL
|
||||
SUBDIRS += perl_modules
|
||||
|
@ -1,22 +0,0 @@
|
||||
PEDANTIC = -ansi -pedantic -std=c99
|
||||
|
||||
#
|
||||
# Ugly hack to find kernel directories before/after the split
|
||||
# to kernel/user-space.
|
||||
#
|
||||
# These variables should be passed to us. But until then...
|
||||
#
|
||||
DAHDI_TOOLSDIR ?= ..
|
||||
DAHDI_KERNELDIR =
|
||||
|
||||
-include $(DAHDI_TOOLSDIR)/makeopts
|
||||
|
||||
# Variables that should be defined above, but need sane defaults:
|
||||
# FIXME: Are those values really sane?
|
||||
HOSTCC ?= $(CC)
|
||||
|
||||
all:
|
||||
|
||||
install: all
|
||||
|
||||
clean:
|
Loading…
Reference in New Issue
Block a user