]> Creatis software - gdcm.git/blobdiff - src/Makefile
Start of dispatching dcmutil.c (see src/orig) to gdcmHeader.cxx.
[gdcm.git] / src / Makefile
similarity index 91%
rename from Makefile
rename to src/Makefile
index 24fe1ef51a8f9fc8a71f277144498402a24e0d86..1d4bade6b0fe4436e93c2c8718afab6d02a72fc3 100644 (file)
--- a/Makefile
@@ -16,9 +16,9 @@ CXXFLAGS=$(PYTHON_INCLUDES)
 %_wrap.cxx : %.i
        $(SWIG) $(SWIGFLAGS) $(PYTHON_INCLUDES) -o $@ $<
 
-all: dcm_wrap.o
+all: gdcmHeader.o dcm_wrap.o
 
-test: test.o
+test: gdcmHeader.o
 
 clean:
        rm -f *_wrap* *.so *.o *.pyc