Next: , Previous: , Up: Portable programming   [Contents][Index]

C.2 Portable Make Programming

You may add your own rules and variable definitions to a Makefile.am file. See Format of Makefile.am. Using portable makefile and shell constructs will increase the portability of your project.

Writing portable makefiles is an art. Since a makefile’s commands are executed by the shell, you must consider the shell portability issues already mentioned. However, other issues are specific to make itself.

Next: , Previous: , Up: Portable programming   [Contents][Index]