2 # Makefile for generating the SCTestOptions.[mh] files
5 all: SCTestOptions.h SCTestOptions.m
7 /tmp/genSCTestOptions: genSCTestOptions.c Makefile
8 cc -g -o /tmp/genSCTestOptions genSCTestOptions.c
10 SCTestOptions.h: /tmp/genSCTestOptions
11 /tmp/genSCTestOptions header > SCTestOptions.h
13 SCTestOptions.m: /tmp/genSCTestOptions
14 /tmp/genSCTestOptions mfile > SCTestOptions.m