all: hello HDRS = hello.h SRCS = hello.c ALL_SRCS = $(HDRS) $(SRCS) hello: $(ALL_SRCS) echo "Building $< ..." gcc -o hello $(SRCS) echo "Built $>"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 18224 | C. Thomas Tyler | Released P4BBI/MultiArch/2016.1/18220 (2016/02/19). | ||
//guest/perforce_software/p4bbi/dev/test/baselines/FGS-2.0.2-Dev/src/makefile_renamed | |||||
#1 | 18186 | C. Thomas Tyler |
Better testing for *.nobranch files. Addded 'verson.h' file to test suite. |