Lines Matching full:makefile
593 Makefile.in configure.in mpw-build.in
682 The `Makefile' that `configure' generates in each source directory
1009 At times you will need to make changes to configure.in and Makefile.am files.
1010 This will mean that configure and Makefile.in files will need to be
1038 If you have regenerated a configure file or if you have modified a Makefile.am
1039 file, you will need to regenerate the appropriate Makefile.in file(s).
1040 For newlib, automake is a bit trickier. First of all, all Makefile.in
1044 Makefile.in files are generated from the nearest directory up the chain
1052 the Makefile.in you are regenerating. For example:
1054 automake --cygnus stdio/Makefile stdlib/Makefile
1056 Note how multiple Makefile.in files can be created in the same step. You
1057 would not specify machine/Makefile or sys/Makefile in the previous example
1061 automake --cygnus Makefile
1064 After creating a new configure.in and Makefile.am file, you would issue:
1068 automake --cygnus Makefile