source:
trunk/src/testing/app/mframes/machinefile_code/Makefile
@
4
Revision 4, 266 bytes checked in by ajaworski, 13 years ago (diff) |
---|
Line | |
---|---|
1 | CC=g++ |
2 | |
3 | OBJS= machinefile_gen.o file_parsers.o tile_config.o |
4 | |
5 | machinefile_gen: $(OBJS) |
6 | $(CC) -g -o machinefile_gen $(OBJS) |
7 | |
8 | install: machinefile_gen |
9 | cp machinefile_gen /home/evl/dmitr/IGRID2005/bin |
10 | |
11 | %.o: %.cpp |
12 | $(CC) -c -o $@ $< |
13 | |
14 | clean: |
15 | rm *.o machinefile_gen |
Note: See TracBrowser
for help on using the repository browser.