Makefile

changeset 251
fae240d633fc
parent 250
b7d1317b138e
     1.1 --- a/Makefile	Tue Oct 17 15:15:54 2017 +0200
     1.2 +++ b/Makefile	Tue Oct 17 16:15:41 2017 +0200
     1.3 @@ -45,10 +45,10 @@
     1.4  all: ucx test
     1.5  
     1.6  ucx: FORCE
     1.7 -	cd ucx; $(MAKE) CONF=$(CONF)
     1.8 +	cd src; $(MAKE) CONF=$(CONF)
     1.9  
    1.10  ucx-debug: FORCE
    1.11 -	cd ucx; $(MAKE) CONF=$(CONF) debug
    1.12 +	cd src; $(MAKE) CONF=$(CONF) debug
    1.13  	
    1.14  test: ucx FORCE
    1.15  	cd test; $(MAKE) CONF=$(CONF)
    1.16 @@ -67,7 +67,7 @@
    1.17  install: ucx $(DESTDIR)$(PREFIX)/lib $(DESTDIR)$(PREFIX)/include/ucx
    1.18  	cp ./build/release/libucx$(LIB_EXT) $(DESTDIR)$(PREFIX)/lib && \
    1.19  	cp ./build/release/libucx$(SO_EXT) $(DESTDIR)$(PREFIX)/lib && \
    1.20 -        cp ./ucx/*.h $(DESTDIR)$(PREFIX)/include/ucx
    1.21 +        cp ./src/ucx/*.h $(DESTDIR)$(PREFIX)/include/ucx
    1.22  
    1.23  uninstall:
    1.24  	$(RM) $(RMFLAGS) $(DESTDIR)$(PREFIX)/include/ucx &&\

mercurial