ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Makefile
@ 2004-10-20 13:43 Alexey Morsov
  0 siblings, 0 replies; only message in thread
From: Alexey Morsov @ 2004-10-20 13:43 UTC (permalink / raw)
  To: ALT Linux Community

Привет,

есть проблема с Makefile

Раньше была прогга написанная на C, теперь хочу е в cpp 
переделать... Пока просто правлю Makefile и уже огребаю глюки...
Makefile такого вида:

##############
#   Makefile #
##############

#CC=cc
CC=gcc -x c++
RM=/bin/rm -f

INCL=../utils
CFLAGS=-I /usr/include/mysql -I $(INCL) -L /usr/lib/mysql -lm 
-lmysqlclient
PROG=icqalerts
SRCS=main.cpp $(INCL)/common.c
OBJ=$(SRCS:%.cpp=%.o:%.c=%.o)

.cpp.o:
       $(CC) $(CFLAGS) $(CPPFLAGS) -c $<

#####################################################################
# ----- you shouldn't need to change anything below this line ----- #
#####################################################################
full: clean all
install:
    mv -f $(PROG) /usr/local/bin

all: $(PROG)

$(OBJS): $(INCL)

$(PROG): $(OBJS)
       $(RM) $(PROG)
       $(CC) -o $(PROG) $(SRCS) $(LDFLAGS) $(LDLIBS) $(CFLAGS)

clean:
       $(RM) $(PROG) $(OBJ) core

Так вот поблема в том, что эта сволочь удаляет файл common.c - 
хотя должен удалять common.o... Или я чего-то недогоняю?

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-20 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-20 13:43 [Comm] Makefile Alexey Morsov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git