make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sourcing from a Makefile


From: Maya
Subject: Re: sourcing from a Makefile
Date: Thu, 08 Jul 2004 17:29:37 -0400

It says:
GNU Make 3.80

"Eli Zaretskii" <address@hidden> wrote:

>> Date: Wed, 07 Jul 2004 13:03:54 -0400
>> From: address@hidden (Maya)
>> 
>> # Libraries to be included
>> include /dev/foo/make/'Makefile.bas
>> 
>> CFLAGS= -Wall -g -c #-ansi
>> OBJS = main.o email.o $(BASE_OBJS)
>> EXEC = email.exe
>> 
>> #Application name
>> my_app: $(OBJS)
>>     $(CPP) $(LDLIBS) $(OBJS) -o $(EXEC)
>> 
>> main.o: main.cpp
>>     $(CPP) $(CFLAGS) main.cpp
>> 
>> email.o: email.hpp $(DEF_HPP)
>>     $(CPP) $(CFLAGS) email.cpp
>> -- eof --
>> 
>> After typing 'make' I get the follwing error:
>> make ***No rule to make target 'def/def.hpp' needed by 'email.o'. Stop.
>
>What does "make --version" print?  If it says "Built for
>i386-pc-msdosdjgpp", then you need to rename the /dev/ directory, as
>"/dev" is reserved for devices in that port of Make.
>
>
>_______________________________________________
>Make-w32 mailing list
>address@hidden
>http://lists.gnu.org/mailman/listinfo/make-w32
>


-- 
You experience miracles everyday, the first one today happened when you first 
opened your eyes!
     --- Jorge Escalante


__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]