Lines Matching full:makefile
3 # Convert templates into Makefile and config.c, based on the module
13 # -m file: alternative Makefile template (default ./Makefile.pre)
14 # -m -: don't write Makefile
30 # Copying Makefile.pre to Makefile:
36 # '<file>.o: <file>.c; <build commands>' to the end of the Makefile
38 # which creates a shared library version to the end of the Makefile
44 usage: makesetup [-s srcdir] [-l libdir] [-c config.c.in] [-m Makefile.pre]
78 '') makepre=Makefile.pre;;
290 sed -f $sedf $makepre >Makefile
291 cat $rulesf >>Makefile