mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
15 lines
289 B
Makefile
15 lines
289 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:
|
|
rm -rf $(CLEAN)
|
|
$(make_subdirs_target)
|
|
install: all
|
|
$(make_subdirs_target)
|
|
make $(INSTALLED_VERSION_FILE)
|