29 lines
380 B
Makefile
29 lines
380 B
Makefile
SUBDIRS =
|
|
if TARGET_REDHAT
|
|
SUBDIRS += RedHat
|
|
endif
|
|
if TARGET_GENTOO
|
|
SUBDIRS += Gentoo
|
|
endif
|
|
if TARGET_DEBIAN
|
|
SUBDIRS += Debian
|
|
endif
|
|
if TARGET_SLACKWARE
|
|
SUBDIRS += Slackware
|
|
endif
|
|
if TARGET_SUSE
|
|
SUBDIRS += SUSE
|
|
endif
|
|
if TARGET_ARCH
|
|
SUBDIRS += Arch
|
|
endif
|
|
if TARGET_PALDO
|
|
SUBDIRS += paldo
|
|
endif
|
|
if TARGET_MANDRIVA
|
|
SUBDIRS += Mandriva
|
|
endif
|
|
if TARGET_LINEXA
|
|
SUBDIRS += linexa
|
|
endif
|