[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pattern match, multiple targets
From: |
Gregory, Scott |
Subject: |
Pattern match, multiple targets |
Date: |
Fri, 3 Nov 2000 13:48:00 -0500 |
Perhaps a silly question, but here goes (are the list archives
searchable? - is there a FAQ?)
I have a makefile that wants to make several (shared library) targets.
Can I write something like
LIB1 := one.o
LIB2 := two.o
all: libLIB1.so libLIB2.so
lib%.so: $(%)
or not?
Thanks!
sdg
- Pattern match, multiple targets,
Gregory, Scott <=