Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Oliver
fontconfig
Commits
3e5e83e1
Commit
3e5e83e1
authored
Nov 18, 2009
by
Behdad Esfahbod
Browse files
[src] Create fcglyphname.h automatically
parent
040c98bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
3e5e83e1
...
...
@@ -83,12 +83,14 @@ noinst_HEADERS=fcint.h fcftint.h fcdeprecate.h
ALIAS_FILES
=
fcalias.h fcaliastail.h fcftalias.h fcftaliastail.h
BUILT_SOURCES
=
$(ALIAS_FILES)
../fc-lang/fclang.h ../fc-arch/fcarch.h
BUILT_SOURCES
=
$(ALIAS_FILES)
../fc-lang/fclang.h ../fc-arch/fcarch.h
../fc-glyphname/fcglyphname.h
../fc-lang/fclang.h
:
cd
../fc-lang
&&
$(MAKE)
$(AM_MAKEFLAGS)
fclang.h
../fc-arch/fcarch.h
:
cd
../fc-arch
&&
$(MAKE)
$(AM_MAKEFLAGS)
fcarch.h
../fc-glyphname/fcglyphname.h
:
cd
../fc-glyphname
&&
$(MAKE)
$(AM_MAKEFLAGS)
fcglyphname.h
libfontconfig_la_SOURCES
=
\
fcatomic.c
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment