makefile_renamed #1

  • //
  • p4bbi/
  • main/
  • test/
  • baselines/
  • FGS-2.0.3-Dev_src/
  • makefile_renamed
  • View
  • Commits
  • Open Download .zip Download (153 B)
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 30968 C. Thomas Tyler Migration from Classic to Streams with:
p4 copy -b P4BBI_Classic_to_Streams
//guest/perforce_software/p4bbi/main/test/baselines/FGS-2.0.3-Dev_src/makefile_renamed
#1 18718 C. Thomas Tyler Updated to P4BBI/MultiArch/2016.3/18716 (2016/03/20).
//guest/perforce_software/p4bbi/dev/test/baselines/FGS-2.0.3-Dev_src/makefile_renamed
#1 18652 C. Thomas Tyler Updated test suite to more thoroughly test ASTYLE 'include:' directive
options.