]> git.saurik.com Git - apple/configd.git/blob - sctest/Makefile
configd-963.200.27.tar.gz
[apple/configd.git] / sctest / Makefile
1 #
2 # Makefile for generating the SCTestOptions.[mh] files
3 #
4
5 all: SCTestOptions.h SCTestOptions.m
6
7 /tmp/genSCTestOptions: genSCTestOptions.c Makefile
8 cc -g -o /tmp/genSCTestOptions genSCTestOptions.c
9
10 SCTestOptions.h: /tmp/genSCTestOptions
11 /tmp/genSCTestOptions header > SCTestOptions.h
12
13 SCTestOptions.m: /tmp/genSCTestOptions
14 /tmp/genSCTestOptions mfile > SCTestOptions.m