cdesktopenv/cde/programs/fontaliases/Makefile.am

30 lines
263 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
if LINUX
SUBDIRS = linux
endif
if SOLARIS
SUBDIRS = sun
endif
if FREEBSD
SUBDIRS = freebsd
endif
if HPUX
SUBDIRS = hpux
endif
if AIX
SUBDIRS = ibm
endif
if OPENBSD
SUBDIRS = openbsd
endif
if NETBSD
SUBDIRS = netbsd
endif