]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | # |
2 | # File: makefile.unx | |
3 | # Author: Julian Smart | |
a4294b78 | 4 | # Created: 1998 |
c801d85f | 5 | # Updated: |
a4294b78 | 6 | # Copyright: (c) 1998 Julian Smart |
c801d85f KB |
7 | # |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile for layout example (UNIX). | |
11 | ||
48fe8374 | 12 | top_srcdir = @top_srcdir@/.. |
a8efa9e3 | 13 | top_builddir = ../.. |
b1683d38 | 14 | program_dir = samples/layout |
549c6f67 | 15 | |
a4294b78 | 16 | PROGRAM=layout |
c801d85f | 17 | |
721a4a08 GD |
18 | OBJECTS =$(PROGRAM).o |
19 | DEPFILES=$(PROGRAM).d | |
c801d85f | 20 | |
a4294b78 | 21 | include ../../src/makeprog.env |
c801d85f | 22 | |
27fd0246 | 23 | @IF_GNU_MAKE@-include $(DEPFILES) |