New Unix configure system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
install/unix/setup/rules/generic/bin1gen
Normal file
16
install/unix/setup/rules/generic/bin1gen
Normal file
@@ -0,0 +1,16 @@
|
||||
# create binary
|
||||
|
||||
binary1:: $(BIN_BASE_DIR)/$(BIN_TARGET)
|
||||
|
||||
$(BIN_BASE_DIR)/$(BIN_TARGET): $(BIN_OBJ)
|
||||
@$(RM) -f $@
|
||||
$(LINK) $(BIN_OBJ) -L. $(BIN_LINK) $(LINK_LIBS)
|
||||
|
||||
# defining dependencies
|
||||
|
||||
depend_binary1::
|
||||
|
||||
# cleaning all files
|
||||
|
||||
clean_binary1::
|
||||
@$(RM) -f $(BIN_BASE_DIR)/$(BIN_TARGET)
|
Reference in New Issue
Block a user