mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02: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)
|