added README_changes.txt
[wrffire.git] / wrfv2_fire / chem / KPP / util / wkc / Makefile
blob49031993a4faa2423adcb445abdae93c367ee2ae
1 .SUFFIXES: .c .o
3 #CC = cc
5 include ../../configure.kpp
7 CFLAGS = #-ansi
8 LDFLAGS =
9 DEBUG = -g
10 OBJ = registry_kpp.o my_strtok.o data.o type.o misc.o reg_parse.o \
11 gen_kpp.o get_wrf_chem_specs.o gen_kpp_mech_dr.o gen_kpp_interface.o \
12 get_kpp_chem_specs.o compare_kpp_to_species.o get_wrf_radicals.o \
13 get_wrf_jvals.o gen_kpp_utils.o change_chem_Makefile.o \
14 gen_kpp_interf_utils.o gen_kpp_args_to_Update_Rconst.o kpp_data.o \
15 sym.o symtab_gen.o
19 registry : $(OBJ)
20 $(SCC) -o registry_kpp $(DEBUG) $(LDFLAGS) $(OBJ)
22 .c.o :
23 $(SCC) $(CFLAGS) -c $(DEBUG) $<
25 clean:
26 /bin/rm -f $(OBJ) gen_comms.c
28 gen_comms.c : gen_comms.stub
29 /bin/cp gen_comms.stub gen_comms.c
31 # regenerate this list with "makedepend -Y *.c"
33 # DO NOT DELETE THIS LINE -- make depend depends on it.
35 data.o: registry.h protos.h data.h protos_kpp.h
36 reg_parse.o: registry.h protos.h data.h protos_kpp.h
37 registry.o: protos.h registry.h data.h protos_kpp.h
38 kpp_data.o: registry.h protos.h data.h kpp_data.h protos_kpp.h
39 gen_kpp.o:registry.h protos.h data.h protos_kpp.h kpp_data.h \
40 gen_kpp_mech_dr.o \
41 gen_kpp_interface.o get_wrf_chem_specs.o get_kpp_chem_specs.o \
42 compare_kpp_to_species.o get_wrf_radicals.o get_wrf_jvals.o \
43 gen_kpp_utils.o change_chem_Makefile.o gen_kpp_interf_utils.o \
44 gen_kpp_args_to_Update_Rconst.o copy_makefiles_kpp.o
45 gen_kpp_mech_dr.o:protos.h kpp_data.h gen_kpp_utils.o protos_kpp.h
46 gen_kpp_interface.o:registry.h protos.h data.h kpp_data.h protos_kpp.h
47 get_wrf_chem_specs.o:registry.h protos.h data.h kpp_data.h protos_kpp.h
48 get_kpp_chem_specs.o:registry.h protos.h data.h kpp_data.h protos_kpp.h
49 compare_kpp_to_species.o:data.h kpp_data.h
50 get_wrf_radicals.o:registry.h protos.h data.h kpp_data.h protos_kpp.h
51 get_wrf_jvals.o:registry.h protos.h data.h kpp_data.h protos_kpp.h
52 copy_makefiles_kpp.o:protos.h kpp_data.h protos_kpp.h
53 gen_kpp_utils.o:registry.h kpp_data.h
54 gen_kpp_interf_utils.o: protos.h kpp_data.h protos_kpp.h
55 change_chem_Makefile.o: protos.h kpp_data.h protos_kpp.h
56 gen_kpp_args_to_Update_Rconst.o: protos.h kpp_data.h protos_kpp.h
57 sym.o: sym.h