jw-pkg/Makefile
Jan Lindemann a702e5b714 $(TOPDIR), make: Start new build architecture
Intermediate commit of half done transition to new build
architecture.
2002-06-10 14:28:18 +00:00

13 lines
237 B
Makefile

MODDIR=.
include $(MODDIR)/make/defs.mk
SUBDIRS = $(REQUIRED)
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk
all:
$(make_subdirs_target)
clean distclean:
$(make_subdirs_target)
install: all
$(make_subdirs_target)