File tree 5 files changed +0
-13
lines changed 5 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ target_link_libraries(clobber-lib
25
25
)
26
26
27
27
add_if_library(clobber-lib bv_refinement)
28
- add_if_library(clobber-lib php)
29
28
30
29
# Executable
31
30
add_executable (clobber clobber_main.cpp)
Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ CLEANFILES = clobber$(EXEEXT)
31
31
32
32
all : clobber$(EXEEXT )
33
33
34
- ifneq ($(wildcard ../php/Makefile) ,)
35
- OBJ += ../php/php$(LIBEXT )
36
- CP_CXXFLAGS += -DHAVE_PHP
37
- endif
38
-
39
34
# ##############################################################################
40
35
41
36
clobber$(EXEEXT ) : $(OBJ )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ target_link_libraries(goto-analyzer-lib
23
23
24
24
add_if_library(goto-analyzer-lib java_bytecode)
25
25
add_if_library(goto-analyzer-lib jsil)
26
- add_if_library(goto-analyzer-lib php)
27
26
28
27
# Executable
29
28
add_executable (goto-analyzer goto_analyzer_main.cpp)
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ target_link_libraries(goto-diff-lib
25
25
26
26
add_if_library(goto-diff-lib java_bytecode)
27
27
add_if_library(goto-diff-lib jsil)
28
- add_if_library(goto-diff-lib php)
29
28
30
29
# Executable
31
30
add_executable (goto-diff goto_diff_main.cpp)
Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ CLEANFILES = goto-diff$(EXEEXT)
46
46
47
47
all : goto-diff$(EXEEXT )
48
48
49
- ifneq ($(wildcard ../php/Makefile) ,)
50
- OBJ += ../php/php$(LIBEXT )
51
- CP_CXXFLAGS += -DHAVE_PHP
52
- endif
53
-
54
49
# ##############################################################################
55
50
56
51
goto-diff$(EXEEXT ) : $(OBJ )
You can’t perform that action at this time.
0 commit comments