Search Results

Search: Posts Made By: bioinfornatics
Forum: Programming 07-05-2010
24,249
Posted By bioinfornatics
I found the problem replace: DerelictAL :...
I found the problem
replace:
DerelictAL : $(LIBNAME)

$(LIBNAME) : IMPORTS=-Iderelict
$(LIBNAME) : $(OBJECTS)
$(make-lib)
by:
DerelictAL : $(LIB_PRE)DerelictAL.$(LIB_EXT)
...
Forum: Programming 07-05-2010
24,249
Posted By bioinfornatics
[Makefile] nothing to be done for 'all'
hello,
I have a firts makefile who call others makefile. for this i use:
$ make -f linux.mak
and output his:
$ make -f linux.mak all
make -C DerelictAL all PLATFORM=linux
make[1]: Entering...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy