mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/fontaliases: add automake files
This commit is contained in:
parent
c76539517b
commit
2f8484ae14
5 changed files with 52 additions and 0 deletions
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
|
16
cde/programs/fontaliases/hp/C/Makefile.am
Normal file
16
cde/programs/fontaliases/hp/C/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
|||
LOCAL_SRC = sys16.bdf sys26.bdf us12x23.bdf us6x13.bdf us8x16.bdf
|
||||
sys17.bdf us11x19B.bdf us14x26B.bdf us6x14B.bdf us9x17B.bdf
|
||||
sys13.bdf sys19.bdf us11x19.bdf us14x26.bdf us6x14.bdf us9x17.bdf
|
||||
sys14.bdf sys23.bdf us12x23B.bdf us6x13B.bdf us8x16B.bdf
|
||||
|
||||
LOCAL_OBJS = sys16.pcf sys26.pcf us12x23.pcf us6x13.pcf us8x16.pcf
|
||||
sys17.pcf us11x19B.pcf us14x26B.pcf us6x14B.pcf us9x17B.pcf
|
||||
sys13.pcf sys19.pcf us11x19.pcf us14x26.pcf us6x14.pcf us9x17.pcf
|
||||
sys14.pcf sys23.pcf us12x23B.pcf us6x13B.pcf us8x16B.pcf
|
||||
|
||||
ZIPPED_SRCS += sys16.pcf.gz sys26.pcf.gz us12x23.pcf.gz us6x13.pcf.gz us8x16.pcf.gz
|
||||
sys17.pcf.gz us11x19B.pcf.gz us14x26B.pcf.gz us6x14B.pcf.gz us9x17B.pcf.gz
|
||||
sys13.pcf.gz sys19.pcf.gz us11x19.pcf.gz us14x26.pcf.gz us6x14.pcf.gz us9x17.pcf.gz
|
||||
sys14.pcf.gz sys23.pcf.gz us12x23B.pcf.gz us6x13B.pcf.gz us8x16B.pcf.gz
|
||||
|
||||
include ../../bdf/fonts.tmpl
|
1
cde/programs/fontaliases/hp/japanese/Makefile.am
Normal file
1
cde/programs/fontaliases/hp/japanese/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
include ../../bdf/fonts.tmpl
|
3
cde/programs/fontaliases/ibm/Makefile.am
Normal file
3
cde/programs/fontaliases/ibm/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = C japanese
|
3
cde/programs/fontaliases/linux/Makefile.am
Normal file
3
cde/programs/fontaliases/linux/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = C en_US.UTF-8
|
Loading…
Add table
Add a link
Reference in a new issue