programs/fontaliases: add automake files
This commit is contained in:
29
cde/programs/fontaliases/Makefile.am
Normal file
29
cde/programs/fontaliases/Makefile.am
Normal file
@@ -0,0 +1,29 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
if LINUX
|
||||
SUBDIRS = linux
|
||||
endif
|
||||
|
||||
if SUN
|
||||
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
|
||||
Reference in New Issue
Block a user