RosBE/RosBE-PPC/elfpe/Makefile
Art Yerkes 2850c14671 Fix us back up to use PE-COFF again. This is getting ridiculous, but I now
really understand everything, and freeldr moved the image mapping code to
a common area.

svn path=/trunk/tools/RosBE/; revision=688
2008-03-07 06:53:55 +00:00

8 lines
211 B
Makefile

elfpe: argparse.cpp argparse.h header.cpp header.h \
objectfile.cpp objectfile.h util.cpp util.h pedef.h \
elfpe.cpp reloc.cpp coff.cpp exports.cpp imports.cpp
g++ -g -o $@ $^ -lelf
clean:
rm -rf *.o elfpe