help-make
[Top][All Lists]
Advanced

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

writing makefiles


From: rahul gandhi
Subject: writing makefiles
Date: Wed, 14 Apr 2004 01:34:41 +0000

Hi,

I'm new to makefile

I have written small make file

BUILD_PATH = /home/shenm1/test/make
COPY_PATH = /home/shenm1/test/make
include $(BUILD_PATH)/builddirs.mak
action :
 @for dir in $(DIRS);\
 do \
 cd ../$$dir;\
 mkdir $(DIR_PATH)/$$dir/bin;\
 $(MAKE_FORCE)  $$dir.mak;\
 done \

include $(COPY_PATH)/copy.mak

when I execute "make"

"action" rule is executed properly but the rules in $(COPY_PATH)/copy.mak are not executed infact

include $(COPY_PATH)/copy.mak is not entered. Can any-one point out where I'm missing out.

 

regards

Rahul

  






Marriage? Join BharatMatrimony.com for free.
reply via email to

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