aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
blob: 9d4298deaeb25ce5f832e31456fcfb2e0cd19799 (plain) (blame)
1
2
3
4
5
6
7
%.h: %.list
    ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )

%.c: %.list %.h
    ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $*.list --body) > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
ut class='txt' type='search' size='10' name='q' value=''/>
path: root/x11/libhelp/files
Commit message (Expand)AuthorAgeFilesLines
* ComplexProgramTarget() -> ComplexProgramTargetNoMan().asami2000-09-201-0/+6
* Fix build for Alpha.steve1999-05-311-7/+15
* Fix building by properly using MOTIFLIB (actually just changedasami1999-05-122-1/+12