mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
fbf1f51468
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
9 lines
196 B
Makefile
9 lines
196 B
Makefile
SUBDIRS = $(pgm_subdir)
|
|
DIST_SUBDIRS =
|
|
# Override Automake's installation targets with the command ":" that does nothing.
|
|
install:; @:
|
|
install-exec:; @:
|
|
install-data:; @:
|
|
uninstall:; @:
|
|
dist:; @;
|