Author: Unknown
Email:
Date Submitted: April 16, 1998
Edited By: Ray Curtis <ray@clark.net>
Status: New Entry

Releases: All
Platform: All
Category: Common Problems with Linux\Unix Commands
Category Listing: The 'Makefile' and converting a .cpp file

ISSUE:

How do I convert a Gnu .cpp file to a .o file ?

RESPONSE:

%.o:%.cpp

$(CPP) $(CPPFLAGS) -c $<

REFERENCES: