Microsoft
Software
Hardware
Network
Question : What's the purpose of "MAKEFILE" macro in a makefile?
Consider following makefile:
MAKEFILE = makefile_platform
..
..
lib: $(OBJS) $(MAKEFILE)
@echo Making Archive Library: $(LIB_DEST)$(LIB_NAME)...
$(AR) $(ARFLAGS) $(LIB_DEST)$(LIB_NAME)
[email protected]
Does this mean lib target will only get built if filename makefile_platform exists? Instead, what if filename makefile exists, will the target lib get built? Instead, what if filename is makefile_mine, will the target lib get built?
Answer : What's the purpose of "MAKEFILE" macro in a makefile?
Yes, if it doesn't exist it should say "Don't know how to make makefile_platform" and not build lib. Unless you have a rule somewhere else in the makefile starting "makefile_platform:" that will build that file.
Random Solutions
interested in location for the CPU power connection for a MSI Motherboard Model KM4M
Microsoft Access 2007 - Export Changing Db Data into Formated Excel Spreadsheet
Error 3061
Using ColdFusion Flash Forms to change group membership/moving data from one cfgrid to another.
getting comcast in retail location
Problems with Opengl stencil buffer
MS Access 2003 ADP using 2 dependant combo boxes but getting error
Need to Defrag Information store (Exchange 2003)
CDN Usage Estimate for 1TB of Bandwidth
Retain same Oracle Service Name for database server cutover?