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
Microsoft word
Is it possible to create a script that will retrieve data from excel?
Column: ProductIDText is not full-text searchable.
iPod Touch disabled due to lost password
Installing an SSL Certificate in Microsoft Exchange Server 2007
Few users are deleted from Active Directory but thay are still visible as my colleagues in my site
Router- SW- PC configuration
hardware for express edition efficient operation
Can you install dhcp without installing dns
How to display a web page of application in another application in ASP.NET