Home
last modified time | relevance | path

Searched refs:PROG_OBJ (Results 1 – 6 of 6) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/conversion/mri_to_minc/
H A DMakefile6 PROG_OBJ = ge_uncompress.o # files to compile macro
35 LINT_LIST = $(PROG_OBJ:.o=.ln) # list of lint files in program
37 $(PROG_OBJ) : Makefile
40 $(PROG): $(PROG_OBJ)
41 $(CC) $(PROG_OBJ) -o $@ $(LDOPT)
51 \rm -f $(PROG) $(PROG_OBJ) $(LINT_LIST) $(PERL_PROGS)
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/voxelq_fix/
H A DMakefile9 PROG_OBJ = test_vq_fix.o voxelq_fix_coords.o # - program objects (and subroutines). macro
27 LINT_LIST = $(PROG_OBJ:.o=.ln) # list of lint files in program
35 $(PROG): $(PROG_OBJ) # how to create executable
36 $(CC) $(PROG_OBJ) -o $@ $(LDFLAGS)
42 \rm -f $(PROG) $(PROG_OBJ) $(LINT_LIST)
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/fix_dicom_coords/
H A DMakefile9 PROG_OBJ = test_fix_dicom_coords.o fix_dicom_coords.o # - program objects (and subroutines). macro
27 LINT_LIST = $(PROG_OBJ:.o=.ln) # list of lint files in program
35 $(PROG): $(PROG_OBJ) # how to create executable
36 $(CC) $(PROG_OBJ) -o $@ $(LDFLAGS)
42 \rm -f $(PROG) $(PROG_OBJ) $(LINT_LIST)
/dports/science/minc2/minc-release-2.2.00/progs/mincexample/
H A DMakefile_sample19 PROG_OBJ = $(PROGS:=.o)# list of objects
26 $(PROG_OBJ) $(EXTRA_OBJ) : Makefile
37 rm -f $(PROGS) $(PROG_OBJ) $(EXTRA_OBJ)
/dports/biology/vt/vt-0.57721/lib/libdeflate/
H A DMakefile167 PROG_OBJ := $(PROG_COMMON_OBJ) $(NONTEST_PROGRAM_OBJ) $(TEST_PROGRAM_OBJ) macro
174 $(PROG_OBJ): %.o: %.c $(PROG_COMMON_HEADERS) $(COMMON_HEADERS) .prog-cflags
/dports/science/szip/szip-2.1.1/config/
H A Dconclude.in257 @if test -n "$(PROG_OBJ)" || test -n "$(MOSTLYCLEAN)"; then \
258 $(RM) $(PROG_OBJ) $(PROG_OBJ:.lo=.o) $(MOSTLYCLEAN); \