Does any know about make file??? If yes, could you please explain about make file how to create make file and how to use in C,C++???

Recommended Answers

All 2 Replies

http://forum.codecall.net/linux-tutorials-guides-tips/17681-linux-makefile-tutorial.html

i hope that helps.

Thanx for your reply..i just to know about like this make file

$(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\

!IF "$(...)"=="1"
$(CC) $(CFLAGS) -I $(BUILD_DIR) -I $(..) /DTSE_FOR_APTIO_4_50 /Fo$(BUILD_DIR)\$()\HotkeyBin.obj $(PROJECT_DIR)\$(..)\HotkeyBin.c
!ELSE
$(CC) $(CFLAGS) -I $(BUILD_DIR) /.../Fo$(BUILD_DIR)\$(...)\HotkeyBin.obj $(PROJECT_DIR)\$(..)\HotkeyBin.c
!ENDIF

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.